/* 首页PC */
@charset "utf-8";

#home1 {
	background: url(home1-bg.jpg) no-repeat center top;
	padding-top: 35px;
	padding-bottom: 13px;
}

#home1 .headline {
	text-align: center;
}

#home1 .headline h2 {
	font-size: 34px;
	line-height: 40px;
	height: 40px;
	height: auto;
}

#home1 .headline h2 a {
	color: rgba(0, 66, 148, 0.9);
}

#home1 .headline h2 a:hover {
	color: rgba(198, 24, 17, 0.9);
}

#home1 .news {
	margin-top: 35px;
	height: 460px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 13px rgba(0, 41, 92, 0.12);
	background: url(home1-news.png);
}

/* #home1 .news .photo{
	float: left;
	width: 820px;
	height: 460px;
}

#home1 .news .photo .arrow1,#home1 .news .photo .arrow2{
	position: absolute;
	width: 45px;
	height: 63px;
	top: 50%;
	margin-top: -31px;
	opacity: 0;
	transition: opacity 0.2s;
	transition: transform 0.2s;
	cursor: pointer;
}

#home1 .news .photo:hover .arrow1,#home1 .news .photo:hover .arrow2{
	opacity: 1;
}

#home1 .news .photo .arrow1{
	left: 0px;
	background: url(home1-arrow1.png);
}

#home1 .news .photo .arrow2{
	right: 0px;
	background: url(home1-arrow2.png);
}

#home1 .news .photo .arrow1:hover,#home1 .news .photo .arrow2:hover{
	transform: scale(1.05,1.05);
}
 */

/* 新轮播 */
.msn-focus {
	width: 1200px;
	height: 460px;
}

.msn-focus img {
	width: 100%;
	height: 100%;
	display: block
}

.msn-focus .hds {
	float: right;
	width: 380px;
	height: 461px;
}

.msn-focus .hds li {
	float: left;
	height: 75.83px;
	display: block;
	float: none;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.37);
	font-size: 18px;
	line-height: 24px;
	background: #CFDBF1;
}

.msn-focus .hds .on a {
	background-color: #3075c1;
	color: #fff
}

.msn-focus .hds a {
	width: 87%;
	background: #CFDBF1;
	display: block;
	padding: 0 25px;
	line-height: 24px;
	padding-top: 15px;
}

.msn-focus .hds a:hover {
	color: #fff !important;
}


.wip_a_left {
	float: left;
	width: 820px;
	height: 460px;
	background: #292929;
}

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: auto;
}

.slideBox .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 19px;
	z-index: 1;
}

.slideBox .hd ul {
	/*æ¸…é™¤æµ®åŠ¨*/
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	float: left;
	margin-left: 10px;
	width: 32px;
	height: 9px;
	line-height: 9px;
	text-align: center;
	background: #3075C1;
}

.slideBox .hd ul li.on {
	background: #ffed55;
}

.slideBox .bd li {
	position: relative;
	height: 460px;
	overflow: hidden;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

.news_text {
	width: 100%;
	padding-left: 40px;
	font-size: 16px;
	line-height: 55px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #000000;
	opacity: 0.72;
	filter: Alpha(opacity=72)
}

.news_text p {
	color: #333;
	width: 52%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 15px;
}

.next {
	position: absolute;
	bottom: 180px;
	width: 50px;
	height: 64px;
	opacity: 1;
	filter: alpha(opacity=60);
	overflow: hidden;
	text-indent: -999px;
	border: none;
	background: url(home1-arrow2.png);
	left: 95%;
	top: 40%;
}

.prev {
	position: absolute;
	bottom: 180px;
	width: 50px;
	height: 64px;
	opacity: 1;
	filter: alpha(opacity=60);
	overflow: hidden;
	text-indent: -999px;
	border: none;
	background: url(home1-arrow1.png);
	top: 40%;
}

/* 新轮播 */


#home1 .news .tab {
	float: right;
	width: 380px;
	height: 461px;
}

#home1 .news .tab td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.37);
	padding: 0px 25px;
	font-size: 18px;
	line-height: 24px;
	height: 16.6666%;
	position: relative;
	transition: color 0.5s;
}

#home1 .news .tab td a {
	position: relative;
	z-index: 2;
}

#home1 .news .tab .current,
#home1 .news .tab td:hover {
	color: #fff !important;
	background: #3075c1;
}

#home1 .news .tab .current a,
#home1 .news .tab .current a:hover,
#home1 .news .tab td:hover a {
	color: #fff !important;
}


#home1 .news .photo {
	display: none;
}

#home1 .news .photo:first-child {
	display: block;
}








#home2 {
	height: 455px;
	margin-top: 32px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 0px 13px rgba(0, 41, 92, 0.12);
}

#home2 .tab {
	float: left;
	margin-top: -1px;
	width: 220px;
	height: 100%;
	height: calc(100% + 1px);
	background: #4278bc;
	color: #fff;
	overflow: hidden;
}

#home2 .tab a,
#home2 .tab a:hover {
	color: #fff !important;
}

#home2 .tab ul {
	margin-top: -1px;
}

#home2 .tab li {
	height: 91px;
	line-height: 91px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	cursor: default;
        
}

#home2 .tab img {
	display: inline-block;
	vertical-align: top;
	margin: 32px 10px 0px 0px;
}

#home2 .tab .active i {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -22px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 22px solid #fff;
}

/* Bounce To Right */
#home2 .hvr-bounce-to-right {
	transform: translateZ(0);
	backface-visibility: hidden;
	transition-property: color;
	transition-duration: 0.5s;
}

#home2 .hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2662ac;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
}

#home2 .hvr-bounce-to-right:hover,
#home2 .hvr-bounce-to-right:focus,
#home2 .hvr-bounce-to-right:active {
	color: white;
}

#home2 .hvr-bounce-to-right:hover:before,
#home2 .hvr-bounce-to-right:focus:before,
#home2 .hvr-bounce-to-right:active:before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#home2 .box {
	float: right;
	width: 980px;
	height: 100%;
}

#home2 .show1 {
	padding: 15px 44px 0px 44px;
}

#home2 .link1 {
	height: 85px;
	padding-top: 17px;
	width: 890px;
	margin: 0px auto;
	background: url(home2-link1.png);
	text-align: center;
}

#home2 .link1 li {
	display: inline-block;
	vertical-align: top;
	width: 167px;
	height: 75px;
	padding-top: 10px;
	margin: 0px 20px;
	border-radius: 10px 10px 0px 0px;
}

#home2 .link1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#home2 .link1 img {
	display: inline-block;
	vertical-align: top;
}

#home2 .link1 p {
	line-height: 22px;
	height: 22px;
	font-size: 18px;
	color: #4278bc;
	margin-top: 8px;
}

#home2 .link1 p a {
	color: #004294;
}

#home2 .link1 .active {
	background: #fff;
}

#home2 .show2 {
	padding: 0px 0px 0px 40px;
}

#home2 .left1 {
	float: left;
	width: 640px;
	margin-top: 12px;
}

#home2 .title {
	height: 46px;
	border-bottom: 1px solid #e5e5e5;
}

#home2 .title li {
	float: left;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
	font-size: 24px;
	color: #333;
	margin-right: 90px;
	cursor: pointer;
}

#home2 .title li a {
	color: #333;
}

#home2 .title li:hover,
#home2 .title li:hover a {
	color: rgba(198, 24, 17, 0.9) !important;
}

#home2 .title .active {
	border-bottom-color: #004294;
	color: #004294 !important;
	cursor: default;
}

#home2 .title .active a,
#home2 .title .active a:hover,
#home2 .title .active:hover a,
#home2 .title .active:hover {
	color: #004294 !important;
}

#home2 .list2 {
	margin-top: 12px;
}

#home2 .list2 li {
	line-height: 48px;
	height: 48px;
	font-size: 17px;
	background: url(home2-list.png) no-repeat left center;
	padding-left: 14px;
}

#home2 .list2 a {
	float: left;
	max-width: calc(100% - 100px);
}

#home2 .list2 span {
	float: right;
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
}

#home2 .list2.font18 li,
#home2 .list2.font18 span {
	font-size: 18px;
}
#home2 .list2.font18 li{
        height: 44px;
    line-height: 44px;
}
#home2 .link2 {
	margin: 20px 0px 0px -61px;
}

#home2 .link2 li {
	float: left;
	width: 112px;
	border: 1px solid #d9e4f2;
	text-align: center;
	border-radius: 3px;
	margin-left: 61px;
	transition: margin-top 0.2s;
}

#home2 .link2 li:hover {
	margin-top: -3px;
}

#home2 .link2 li a {
	display: block;
	width: 100%;
	height: 84px;
	padding-top: 18px;
}

#home2 .link2 img {
	display: inline-block;
	vertical-align: top;
}

#home2 .link2 p {
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	color: #004294;
	margin-top: 10px;
}

#home2 .link3 {
	float: right;
	width: 245px;
	height: 455px;
	background: #dee5f2;
}

#home2 .link3 h4 {
	height: 50px;
	line-height: 50px;
	padding-top: 25px;
	font-weight: normal;
	font-size: 24px;
	color: #004294;
	text-align: center;
}

#home2 .link3 li {
	background: #fff;
	width: 188px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d4dff3;
	border-radius: 3px;
	margin: 18px auto 0px auto;
	transition: box-shadow 0.2s;
}

#home2 .link3 li:hover {
	box-shadow: 0px 0px 10px #d4dff3 inset;
}

#home2 .link3 img {
	display: inline-block;
	vertical-align: top;
	margin: 13px 10px 0px 45px;
}

#home2 .link3 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #1658a0;
}

#home2 .link3 li a:hover {
	color: #1658a0 !important;
}

#home2 .show3 {
	padding: 28px 31px 0px 32px;
}

#home2 .pic {
	height: 336px;
	border-radius: 3px 3px 0px 0px;
	overflow: hidden;
}

#home2 .pic .a3-show {
	display: none;
}

#home2 .pic .a3-show:first-child {
	display: block;
}

#home2 .title2 {
	height: 65px;
	line-height: 65px;
	background: #3e6cc7;
	color: #fff;
	border-top: 2px solid #fff;
	border-radius: 0px 0px 3px 3px;
}

#home2 .title2 a,
#home2 .title2 a:hover {
	color: #fff !important;
}

#home2 .title2 li {
	float: left;
	cursor: pointer;
	width: 33.33%;
	text-align: center;
	font-size: 20px;
	position: relative;
	overflow: visible;
}

#home2 .title2 .active i {
	position: absolute;
	width: 32px;
	height: 16px;
	background: url(home2-title2.png);
	left: 50%;
	margin-left: -16px;
	top: -16px;
}

#home2 .title2 li:hover {
	font-weight: bold;
}

#home2 .show4 {
	padding: 0px 0px 0px 40px;
}

#home2 .left2 {
	float: left;
	width: 700px;
	margin-top: 12px;
}

#home2 .link4 {
	margin: 40px 0px 0px -29px;
}

#home2 .link4 li {
	float: left;
	width: 214px;
	height: 67px;
	line-height: 67px;
	border-radius: 3px;
	margin-left: 29px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	transition: margin-top 0.2s;
}

#home2 .link4 li:hover {
	margin-top: -3px;
}

#home2 .link4 .color1 {
	background: #00a2bc;
}

#home2 .link4 .color2 {
	background: #1d74c2;
}

#home2 .link4 .color3 {
	background: #e36565;
}

#home2 .link4 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#home2 .link4 li a:hover {
	color: #fff !important;
}

#home2 .link4 img {
	display: inline-block;
	vertical-align: top;
	margin: 15px 5px 0px 0px;
}

#home2 .form1 {
	float: right;
	padding: 0px 23px 0px 23px;
	width: 154px;
	height: 455px;
	background: #f6f6f6;
}

#home2 .form1 h4 {
	border-bottom: 1px solid #e4e9f0;
	height: 48px;
	line-height: 48px;
	padding-top: 10px;
	color: #4278bc;
	font-size: 22px;
	margin-bottom: 25px;
}

#home2 .form1 p {
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 6px;
}

#home2 .form1 .txt {
	border: 1px solid #d2ddea;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	padding: 0px 10px;
	width: 132px;
	font-size: 16px;
	outline: none;
}

#home2 .form1 .yzm {
	border: 1px solid #d2ddea;
	border-radius: 3px;
	height: 36px;
	width: 152px;
	overflow: hidden;
	background: #fff;
	margin: 0px 0px 4px 0px;
	cursor: pointer;
}

#home2 .form1 .yzm img {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

#home2 .form1 .sub {
	border-radius: 3px;
	height: 50px;
	width: 154px;
	overflow: hidden;
	background: #4278bc;
	color: #fff;
	font-size: 18px;
	border: none;
	cursor: pointer;
	margin: 20px 0px 0px 0px;
}

#home2 .show5 {
	padding: 12px 40px 0px 40px;
}

#home2 .chart {
	margin-top: 30px;
	max-height: 340px;
}

.banner {
	margin-top: 45px !important;
}

.banner img {
	border-radius: 2px;
}

#home3 {
	margin-top: 45px;
}

#home3 .w1200 {
	height: 90px;
	position: relative;
}

#home3 ul {
	margin-left: 15px;
}

#home3 li {
	float: left;
	width: 260px;
	height: 90px;
	border-radius: 3px;
	margin-left: 29px;
}

#home2 .title2 a {
	display: block;
}

#home2 .title2 a:hover {
	color: rgba(198, 24, 17, 0.9) !important;
}

#home2 .title2 li {
	color: rgba(198, 24, 17, 0.9) !important;
}

#home3 .arrow1,
#home3 .arrow2 {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	transition: background-position 0.2s;
	z-index: 9;
}

#home3 .arrow1 {
	left: -28px;
	background: url(home3-arrow1.png) no-repeat left center;
}

#home3 .arrow1:hover {
	background-position: -46px center;
}

#home3 .arrow2 {
	right: -28px;
	background: url(home3-arrow2.png) no-repeat -46px center;
}

#home3 .arrow2:hover {
	background-position: left center;
}

@media screen and (max-width: 1256px) {
	#home3 .arrow1 {
		left: -12px;
	}

	#home3 .arrow2 {
		right: -12px;
	}
}






.msn-focus .hds li a:hover{
				background-color: #3075c1;
				color: #fff;
			}



.msn-focus .hds li{
		float: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.37);
		width: 100%;
		height: 75.83px;
		display: table;
	}
	.msn-focus .hds a{
		display: table-cell;
	    font-size: 18px;
	    color: #333333;
	    vertical-align: middle;
	    padding: 0 25px;	
	}







/* 办件查询 */

.tabbjcx {
							margin-right: 150px;
							float: right;
							border-radius: 6px;
							position: relative;
						}

						.lbtxc {
							display: none;
							width: 80%;
							left: -4px;
							bottom: -75px;
							background-color: rgb(255, 255, 255);
							max-height: 295px;
							overflow: hidden;
							z-index: 999;
							transition: max-height 0.2s ease 0s;
							position: absolute;
							/* border-left: 1px solid #004294;
							border-right: 1px solid #004294;
							border-bottom: 1px solid #004294; */
						}

						.lbtxc {
							width: 105px;
							padding: 0 10px;
							min-height: 96px;
							overflow: auto;
						}

						.lbtxc li {
							font-size: 19px;
							color: #004294;
							text-align: center;
							line-height: 30px;
						}

						.lbtxc li a:hover {
							color: #004294 !important;
						}

						.bjcx>i {
							position: relative;
							right: -64px;
							top: -11px;
							border-left: 8px solid transparent;
							border-right: 8px solid transparent;
							border-top: 13px solid #4278BC;
						}

						#home2 .form1 h4 {
							margin-bottom: 0px;
						}


.cloud_close{background-color:#0D4DB9 !important;}
div#slideBox1{display:none !important;}
